home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q111 / 9 / 54.TXT next >
Text File  |  1994-03-05  |  3KB  |  78 lines

  1. DOCUMENT:Q111954  04-MAR-1994  [W_NT]
  2. TITLE   :SMB Incorrectly Defined in Windows NT Resource Kit
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:BUGLIST3.10
  7.  
  8. --------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT Resource Kit for Windows NT and Windows NT Advanced
  12.    Server version 3.1
  13. --------------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. The Windows NT Resource Guide, Volume 1 of the Windows NT Resource Kit,
  19. incorrectly defines the functionality of a Server Message Block (SMB) as it
  20. pertains to networking architecture. On page 583, it states:
  21.  
  22.    The redirector packages SMB requests meant for remote computers in a
  23.    structure known as a Network Control Block (NCB). NCBs can be sent over
  24.    the network to a remote device.
  25.  
  26. In actuality, NCBs are never sent over the wire. Rather, SMBs are
  27. transmitted over the physical media instead.
  28.  
  29. RESOLUTION
  30. ==========
  31.  
  32. The NCB functions as an intermediary between the redirector and the
  33. protocol driver in Microsoft network architecture. Requests from the
  34. redirector sent down the network stack to the protocol driver must first be
  35. registered as NCB commands. Examples of NCB commands are ADD.NAME, CALL,
  36. RECEIVE, and SEND. Once the commands are registered in the NCB, the
  37. redirector calls the protocol driver and passes a pointer to the memory
  38. location of the NCB. The protocol driver can then act on the data contained
  39. in the SMBs according to the instructions contained in the NCB. The
  40. protocol driver then registers the results of the completed redirector
  41. requests in the appropriate NCB field and returns program control to the
  42. redirector.
  43.  
  44. The technical classification for an NCB is Interface Control Information,
  45. or ICI. Interface Control Information functions completely within the
  46. layered architecture of an individual protocol stack, and therefore this
  47. control information itself never passes across the physical media of the
  48. network. The SMB may be classified as a Protocol Data Unit (PDU) which
  49. ultimately is transmitted across the physical network connection from one
  50. station to another.
  51.  
  52. STATUS
  53. ======
  54.  
  55. Microsoft has confirmed this to be a problem in the Windows NT Resource
  56. Kit. We are researching this problem and will post new information here as
  57. it becomes available.
  58.  
  59. Additional reference words: requestor buffer osi chain.send docerr 3.10
  60. KBCategory:
  61. KBSubCategory: CFE ntrk docer
  62.  
  63.  
  64. =============================================================================
  65.  
  66. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  67. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  68. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  69. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  70. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  71. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  72. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  73. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  74. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  75. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  76. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  77.  
  78. Copyright Microsoft Corporation 1994.